/*****************************头部*******************************/
.header .logo {
  margin-top: 19px;
  width: 172px;
  height: 45px;
}
.header .gp-dm {
  background: url(../images/h-l.jpg) no-repeat left center;
}
.header .nav-ico {
  width: 30px;
  height: 30px;
  background: url(../images/btn_menuview_mo.png) no-repeat center center;
  background-size: 20px 12px;
  margin-top: 10px;
}
.header .nav-pop-bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 49px;
  z-index: 102;
}
.nav li {
  float: left;
  position: relative;
  height: 82px;
  overflow: hidden;
}
.nav li > a {
  position: relative;
  z-index: 8;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 82px;
  padding-left: 18px;
  padding-right: 18px;
}
.nav li .nav-bg {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #32417d;
  transition: all 0.5s;
}
.nav li:hover > a,
.nav li.act > a {
  color: #fff;
}
.nav li:hover .nav-bg,
.nav li.act .nav-bg {
  top: 0;
  transition: all 0.5s;
}
.tools {
  border-left: 1px solid #e5e5e5;
  padding: 30px 5px;
  line-height: 22px;
}
.tools .search-ico {
  width: 28px;
  height: 22px;
  background: url(../images/ico01.jpg) no-repeat center center;
}
.search-box {
  height: 120px;
  background: url(../images/bg_search_area.png) no-repeat center top;
}
.search-box .searchArea {
  max-width: 788px;
  position: relative;
  z-index: 100;
  width: 68%;
  padding-top: 39px;
}
.search-box .searchArea .inp {
  width: 75%;
  padding: 10px 2%;
  line-height: 22px;
  border-radius: 4px;
}
.search-box .searchArea .btn {
  width: 19%;
  line-height: 42px;
  border-radius: 4px;
  background-color: #32417d;
  cursor: pointer;
}
.search-box .close-search {
  position: absolute;
  top: 44px;
  right: 15px;
  width: 25px;
  height: 33px;
  background: url(../images/btn_search_close.png) no-repeat center center;
}
.footer {
  background-color: #e9e9e9;
  padding: 34px 0 32px;
}
.footer .flogo {
  width: 172px;
  height: 45px;
  margin-top: 14px;
}
.footer .ewm {
  width: 60px;
  height: 60px;
  border: 1px solid #999999;
  padding: 5px;
}
.pager span,
.pager a {
  padding: 8px 12px;
  line-height: 20px;
  font-size: 14px;
  color: #888888;
  border: 1px solid #e8e8e8;
  margin-bottom: 5px;
}
.banner .swiper-slide {
  height: 660px;
}

.banner .swiper-wrapper{
    height:660px !important;
}
.banner .swiper-slide{
  height:660px !important;
}

/*.news-body .swiper-wrapper{
    height:50px !important;
}
.news-body .swiper-slide{
    height:50px !important;
}*/

.banner .b-more {
  width: 118px;
  height: 36px;
  line-height: 36px;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 9999;
}
.index-wrap .arrow {
  display: block;
  width: 68px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  background-position: center center;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 101;
}
.index-wrap .arrow.arrow-left {
  left: 0;
  background-image: url(../images/prev.png);
}
.index-wrap .arrow.arrow-right {
  right: 0;
  background-image: url(../images/next.png);
}
.i-news {
  z-index: 99;
  left: 0;
  bottom: 0;
  background: url(../images/news-bg.png) repeat;
}
.i-news .news-t {
  padding-left: 39px;
  background: url(../images/ico08.png) no-repeat left center;
}
.i-news .news-t2 {
  background: url(../images/ico08-2.png) no-repeat left center;
}
.news-body {
  width: 978px;
  padding-right: 36px;
  padding-left: 36px;
}
.news-body .arr {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 15px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 20px;
}
.news-body .arr.news-left {
  left: 0;
  background-image: url(../images/prev.png);
}
.news-body .arr.news-right {
  right: 0;
  background-image: url(../images/next.png);
}
.sector {
  position: absolute;
  top: 60px;
  z-index: 100;
  right: 0;
  width: 420px;
}
.sector li {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /*background: url(../images/sector_on.png) no-repeat 50% 50%;
  background-size: cover;*/
  /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='../images/sector_on.png');*/
  background-position:50%;
  background-size:cover;
  background-repeat: no-repeat;
  background-image:url(../images/sector_on.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='../images/sector_on.png',
  sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='../images/sector_on.png',
  sizingMethod='scale');
}
.sector li .ko {
  line-height: 25px;
  position: relative;
  z-index: 9;
  margin-top: 31px;
}
.sector li .en {
  position: relative;
  z-index: 9;
  font-family: "Arial";
  webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sector li .imgWrap {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.sector li .over {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  opacity: 0.6;
  transition: all 0.5s;
}
.sector li .line_01 {
  display: none;
  position: absolute;
  width: 0%;
  height: 0%;
  left: 0;
  top: 0;
  background: none;
  box-sizing: border-box;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #82bcfc;
  border-right-color: #82bcfc;
  border-top-width: 7px;
  border-right-width: 7px;
}
.sector li .line_02 {
  display: none;
  position: absolute;
  width: 0%;
  height: 0%;
  right: 0;
  bottom: 0;
  background: none;
  box-sizing: border-box;
  border-left-style: solid;
  border-bottom-style: solid;
  border-left-color: #82bcfc;
  border-bottom-color: #82bcfc;
  border-bottom-width: 7px;
  border-left-width: 7px;
}
.sector li .pcImg {
  position: relative;
  z-index: 9;
}
.sector li.li02 {
  float: right;
}
.sector li.li02 .over {
  right: 0;
  top: 0;
  width: 0%;
  background-color: #485d99;
}
.sector li.li02 .line_01 {
  border-top-color: #728bcb;
  border-right-color: #728bcb;
}
.sector li.li02 .line_02 {
  border-left-color: #728bcb;
  border-bottom-color: #728bcb;
}
.sector li.li03 {
  float: left;
  clear: right;
}
.sector li.li03 .over {
  left: 0;
  top: 0;
  width: 0%;
  background-color: #4787bc;
}
.sector li.li03 .line_01 {
  border-top-color: #61b0db;
  border-right-color: #61b0db;
}
.sector li.li03 .line_02 {
  border-left-color: #61b0db;
  border-bottom-color: #61b0db;
}
.sector li.li04 {
  float: left;
  clear: right;
}
.sector li.li04 .over {
  top: 0;
  right: 0;
  width: 0%;
  background-color: #30acce;
}
.sector li.li04 .line_01 {
  border-top-color: #5ddef6;
  border-right-color: #5ddef6;
}
.sector li.li04 .line_02 {
  border-left-color: #5ddef6;
  border-bottom-color: #5ddef6;
}
.sector li.li05 {
  float: left;
  clear: right;
}
.sector li.li05 .over {
  left: 0;
  bottom: 0;
  height: 0%;
  background-color: #b5c059;
}

{
  
}
.sector li.li05 .line_01 {
  border-top-color: #dfe57f;
  border-right-color: #dfe57f;
}
.sector li.li05 .line_02 {
  border-left-color: #dfe57f;
  border-bottom-color: #dfe57f;
}
.sector li.li06 {
  float: left;
  margin-left: 140px;
  clear: right;
}
.sector li.li06 .over {
  left: 0;
  top: 0;
  height: 0%;
  background-color: #f2873a;
}
.sector li.li06 .line_01 {
  border-top-color: #fdbc70;
  border-right-color: #fdbc70;
}
.sector li.li06 .line_02 {
  border-left-color: #fdbc70;
  border-bottom-color: #fdbc70;
}
.sector li:hover .over {
  transition: all 0.5s;
}
.sector li:hover.li01 .over {
  width: 100%;
}
.sector li:hover.li02 .over {
  width: 100%;
}
.sector li:hover.li03 .over {
  width: 100%;
}
.sector li:hover.li04 .over {
  width: 100%;
}
.sector li:hover.li05 .over {
  height: 100%;
}
.sector li:hover.li06 .over {
  height: 100%;
}
.sector li.act .pcImg {
  display: none;
}
.sector li.act .over {
  display: none;
}


.business .sector li.act .line_01,.business .sector li.act .line_02{ z-index: 9999;  }

.banner .swiper-slide{
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}

.banner .swiper-mobile{
  background-repeat: no-repeat;
  background-size:0 0;
  background-position: center center;
}
/*2017-6-6 首页*/
.news-body {
  float: left;
  margin-left: 30px;
  width: 315px;
}
.news-body .arr.news-left2 {
  left: 0;
  background-image: url(../images/prev.png);
}
.news-body .arr.news-right2 {
  right: 0;
  background-image: url(../images/next.png);
}
.news-body2 {
  width: 350px;
}
.news-index2 .img-md {
  width: 100px;
  height: 36px;
  position: relative;
  margin-bottom: 8px;
}
.news-index2 .img-md img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.li80 {
  line-height: 80px;
}